home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / windows / lviewp18 / changes.txt next >
Text File  |  1994-09-04  |  6KB  |  183 lines

  1. Version 1.8
  2.  
  3. - New image file formats:
  4.  
  5.   . Aldus' Tagged Image File Format (TIFF) 6.0
  6.  
  7.       reads 1, 4, 8 and 24-bit/pixel images, in strip or
  8.       tile format, uncompressed or compressed with LZW,
  9.       PackBits, Next compression or Thunderscan
  10.  
  11.       writes 1, 4, 8 and 24-bit/pixel images, always in
  12.       strip format, either uncompressed or with LZW
  13.       compression
  14.  
  15.   . ZSoft's PCX: 
  16.  
  17.       reads all versions, 1, 4, 8 and 24-bits per pixel
  18.       writes PCX version 3.0
  19.  
  20.   . Jef Poskanzer's PBMPLUS:
  21.  
  22.       reads PBM, PGM and PPM formats, in ascii or RAWBITS
  23.       writes PPM RAWBITS format
  24.  
  25. - Changed "3D" painting style for dialogs windows and 
  26.   controls
  27.  
  28. - Option "All Files (*.*)" added to File/Open dialog
  29.  
  30. - Bug fixes
  31.  
  32.   . File/Multiple Open would not enable the "OK" button
  33.     after loading a list of files from a text file
  34.  
  35.   . Depending on the font size, the Options/Quantizing 
  36.     and Retouch/Color Depth dialogs would not allow a
  37.     custom number of colors with more than two digits 
  38.     to be entered
  39.  
  40.   . File/Open would exhibit a error message under some
  41.     conditions "(Undocumented error 3002")
  42.  
  43.   . Edit/Rotate when applied to detached selection areas
  44.     would sometimes fail to update pieces of the image 
  45.     underneath the area
  46.  
  47. Version 1.7
  48.  
  49. - New help topics: "Performance Comparisons" and
  50.   "Win32s, What is it?"
  51.  
  52. - The Palette Entry dialog (Options/Background color,
  53.   Retouch/Palette entry) now exhibits the index of the
  54.   currently selected palette entry, as well as the RGB
  55.   component values for that entry
  56.  
  57. - The Palette Entry dialog (Options/Background color,
  58.   Retouch/Palette entry) may optionally mask out pixels
  59.   that don't match the current selection. These pixels
  60.   may be painted in black or white
  61.  
  62. - LView Pro now saves GIF files in both GIF87a and GIF89a 
  63.   formats
  64.  
  65. - When saving/loading GIF files LView Pro saves/loads their
  66.   associated background colors (selected with Options/
  67.   Background Color)
  68.  
  69. - When saving GIF files in GIF89a format, the current
  70.   background color is also saved as the transparent color
  71.  
  72. - LView Pro's File/Open, File/Save as and File/Multiple open
  73.   dialogs now "remember" the last file extension chosen
  74.  
  75. - Bug fixes
  76.  
  77.   . A small subset of TRUE color BMP files were not being 
  78.     read correctly
  79.  
  80.   . Attempting to read some types of TARGA files would cause 
  81.     a GPF
  82.  
  83. Version 1.6
  84.  
  85. - Windows 3.1 can now run multiple instances of LView Pro.
  86.   Version 1.5 limited execution to a single instance of the 
  87.   software
  88.  
  89. - Bug fixes
  90.  
  91.   . Fixed a display problem that caused GPFs when using certain 
  92.     graphics cards/drivers
  93.  
  94. Version 1.5
  95.  
  96. - New features/commands added to the File/Multiple Open dialog
  97.  
  98.   . Color preview of files in both listboxes:
  99.  
  100.     . Optionally, previews JPEG files in grayscale, for added speed
  101.  
  102.     . Previewing can be turned on/off
  103.  
  104.   . Double clicking on a file at the left list box will add it
  105.      to the list box on the right
  106.  
  107.   . Double clicking on a file at the right list box will
  108.     remove it from that box
  109.  
  110. - Retouch/Image Filters is now also available for Palette
  111.   based images
  112.  
  113. - New dialog Options/Macro retouch (or CONTROL+'M')
  114.  
  115.   . Allows the definition of "macro retouch operations",
  116.     selection and optional execution of the current macro
  117.     operation
  118.  
  119.   . Macro retouch operations may execute up to 8 individual
  120.     retouch operations (from the Retouch menu) in sequence. The
  121.     currently selected macro retouch operation may be executed
  122.     from within the Options/Macro retouch dialog, or by using
  123.     the CONTROL+'K' accelerator
  124.  
  125.   . Individual retouch operations in a macro retouch definition
  126.     are parametrized using integer values corresponding to those
  127.     in the scrollbar(s) shown in their own dialogs. For instance,
  128.     a Macro retouch may define the execution of the Retouch/Color
  129.     balance operation, with parameters: 20, -10, 0, to increase
  130.     Red by 20, decrease Green by 10 and keep Blue unchanged
  131.  
  132.   . Macro retouch operations are usefull when editing a sequence
  133.     of images which share the same characteristics (all are too
  134.     dark, or too bright, or need contrast enhancement, etc.).
  135.     After editing the first image in the sequence, the user may
  136.     set a Macro retouch operation to perform the same editing
  137.     operations in the subsequent images, and execute that with
  138.     a single keystroke
  139.  
  140.   . Undoing a Macro retouch operation will undo all operations
  141.     performed by it
  142.  
  143. - Legends added to ToolBar buttons
  144.  
  145.   . Position the mouse pointer over an enabled ToolBar button
  146.     for a short while, and a text legend will be displayed to
  147.     explain the function of that button
  148.  
  149.   . New interface option at Options/Interface: "Show ToolBar
  150.     legends", allows the user to enable/disable ToolBar legend
  151.     automatic display. The default is enabled (checked)
  152.  
  153. - Edit/Resize now has scrollbars to allow for aspect ratio
  154.   specification
  155.  
  156. - Bug fixes
  157.  
  158.   . Edit/Redimension would ignore the new height when a new width
  159.     was specified (and vice-versa)
  160.  
  161. Version 1.4
  162.  
  163. - Overall improvement in performance for JPEG decompression
  164.  
  165. - Options/JPEG I/O dialog
  166.  
  167.   . Added "1-pass Quantizing" option
  168.   . Added "Fast dithering" option
  169.  
  170. - Bug fixes
  171.  
  172.   . Printing would not be done in Landscape orientation
  173.  
  174. Version 1.3
  175.  
  176. - Bug fixes
  177.  
  178.   . Printing would sometimes fail to center/size images
  179.   . A subset of GIF files were not being recognized
  180.   . Edit/Redimension would reduce new dimensions by 1 pixel
  181.   . Edit/Paste would not work for 16 color bitmaps
  182.   . Scrolling presented problems in some display drivers
  183.